PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics.fonts.truetype Package / PDFTrueTypeFont Class / updateGlyphsSubset Method
Array of glyph indexes to be included in the subset.
In This Topic
    updateGlyphsSubset Method
    In This Topic
    Updates the set of glyphs that must be subset in the final font data.
    Syntax
    public void updateGlyphsSubset( 
       int[] glyphs
    )

    Parameters

    glyphs
    Array of glyph indexes to be included in the subset.
    See Also